home *** CD-ROM | disk | FTP | other *** search
- // 13-Apr-01 $$1 TWH Created
- // 20-Jul-01 $$2 TWH Fix ora libpath, ORA_NLS
- // 19-Sep-01 $$3 TWH Add hp
- // 25-Sep-01 $$4 TWH Fix typo #3
- // 12-Nov-01 $$5 TWH Set ORA_NLS33 to ORACLE817
- #include:head.inc
-
- #include:shlib.inc
-
- #include:ora8_shlib.inc
-
- setenv PDM_ORA_APPL intralink
- setenv PDM_ORACLE_SERVER intralink
- setenv TNS_ADMIN $prodir
- setenv ORA_NLS33 $prodir/$mc/obj/ORACLE817/ocommon/nls/admin/data
-
- setenv PRO_COMM_MSG_EXE $prodir/$mc/obj/pro_comm_msg
-
- if ($mc == sun4_solaris || $mc =~ hp* ) then
- $prodir/$mc/obj/distribute_object $*
- else
- echo "The executable distribute_object is supported only for SUN, HP and NT platforms"
- endif
-